20 строки
434 B
JSON
20 строки
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": ["ES2021", "dom"],
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"rootDir": "..",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|