mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
26 lines
680 B
JSON
26 lines
680 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"include": ["src"]
|
|
}
|