16 lines
258 B
JSON
16 lines
258 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"module": "commonjs",
|
||
|
|
"declaration": false,
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"removeComments": true,
|
||
|
|
"noLib": false,
|
||
|
|
"jsx": "react",
|
||
|
|
"outDir": "./temp"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"app/app.tsx"
|
||
|
|
]
|
||
|
|
}
|