forked from nm3clol/nm3clol-express-app
26 lines
788 B
JSON
26 lines
788 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "app/TikaClient/src",
|
|
"outDir": "app/TikaClient/build",
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"moduleResolution": "node",
|
|
"isolatedModules": false,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"importHelpers": true,
|
|
"noEmit": false,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["es7", "dom", "ESNext.AsyncIterable"]
|
|
},
|
|
"include": ["app/TikaClient/src"]
|
|
} |