Files
DotFiles/tsconfig.json
T
2026-07-04 23:48:24 +02:00

12 lines
204 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}