15 lines
231 B
JSON
15 lines
231 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./build/",
|
||
|
"target": "es5",
|
||
|
"jsx": "react",
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"allowJs": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|