-
Mael Gaonach authoredMael Gaonach authored
tsconfig.json 841 B
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"resolveJsonModule": true,
"strict": true,
"downlevelIteration": true,
"strictPropertyInitialization": false,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
"types": ["vite/client"],
"declaration": true,
"declarationMap": true,
"removeComments": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"verbatimModuleSyntax": true,
"useUnknownInCatchVariables": true,
"incremental": true,
"sourceMap": true
}
}