forked from ci4s/knowlegegraph-studio
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"jsx": "react-jsx",
|
|
"allowJs": false,
|
|
"pretty": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": true,
|
|
"strictPropertyInitialization": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowImportingTsExtensions": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"importHelpers": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"module": "esnext",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@public/*": [
|
|
"public/*"
|
|
],
|
|
"@app/*": [
|
|
"app/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"./**/*.tsx",
|
|
"./**/*.js",
|
|
"./**/*.json",
|
|
"scripts/readPdf.mjs"
|
|
]
|
|
} |