Files
Artificers-Scrollwork/RVM_Beta1.0/RVM_Beta1.0/tsconfig.json
2026-06-12 20:38:06 -05:00

28 lines
588 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": [
"DOM",
"DOM.Iterable",
"ES2020"
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"ignoreDeprecations": "5.0"
},
"include": [
"src"
],
"references": []
}