12 lines
271 B
JSON
12 lines
271 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": false,
|
||
|
"module": "commonjs",
|
||
|
"target": "ES2017",
|
||
|
"jsx": "react",
|
||
|
"outDir": "./dist",
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true,
|
||
|
"rootDir": "./src"
|
||
|
}
|
||
|
}
|