18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"experimentalDecorators": true,
|
|
"target": "esnext",
|
|
"downlevelIteration": true,
|
|
"strictNullChecks": true,
|
|
"module": "esnext"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |