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