Files

25 lines
611 B
JSON
Raw Permalink Normal View History

2022-12-25 23:41:29 +01:00
{
"include": [
"./source/**/*"
],
"compilerOptions": {
"declaration": true,
"declarationDir": "generated",
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "generated",
"removeComments": true,
"rootDir": "source",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2020",
"tsBuildInfoFile": "./generated/.tsbuildinfo",
"useDefineForClassFields": true,
}
}