19 lines
440 B
JSON
19 lines
440 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"extendedDiagnostics": true,
|
||
|
|
"strict": true,
|
||
|
|
"target": "ES6",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"declaration": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"baseUrl": "src",
|
||
|
|
"isolatedModules": true,
|
||
|
|
"isolatedDeclarations": true
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"exclude": []
|
||
|
|
}
|