19 lines
No EOL
484 B
JSON
19 lines
No EOL
484 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"rootDir": "./src",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |