16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"lib": ["ESNext"],
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "target"
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |