mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
17 lines
413 B
JSON
17 lines
413 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"jsx": "preserve",
|
||
|
"lib": ["dom", "es2015", "es2017"],
|
||
|
"strict": true,
|
||
|
"noEmit": true,
|
||
|
"isolatedModules": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"removeComments": false
|
||
|
},
|
||
|
"include": ["./src/**/*"]
|
||
|
}
|