8 lines
105 B
JSON
8 lines
105 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |