16 lines
No EOL
341 B
JSON
16 lines
No EOL
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"lib": ["dom", "es2017"],
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": true,
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"types": [ "src/types" ]
|
|
}
|
|
}
|
|
|