2025-04-06 21:17:58 +01:00

16 lines
410 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist/src",
"sourceMap": true,
"lib": ["DOM", "ES2020", "DOM.Iterable", "ScriptHost"],
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"]
}