Files
Archive/retro/Nitro-Cool-UI/tsconfig.json

23 lines
600 B
JSON
Raw Normal View History

2025-12-09 06:52:43 +00:00
{
"compilerOptions": {
"baseUrl": "./src",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": false,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src", "submodules/pro-renderer/src/**/*.ts"]
}