singularity-forge/tsconfig.json
Lex Christopherson 3bd2f8cb63 Initial commit
2026-03-10 22:28:37 -06:00

15 lines
327 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["src/resources", "src/tests"]
}