18 lines
341 B
JSON
18 lines
341 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react",
|
||
|
"alwaysStrict": true,
|
||
|
"target": "ES6",
|
||
|
"module": "CommonJS",
|
||
|
"removeComments": true,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"*": [
|
||
|
"node_modules/*"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|