nsite-ts/tsconfig.json

13 lines
229 B
JSON
Raw Normal View History

2024-09-01 13:26:37 -05:00
{
"compilerOptions": {
"module": "NodeNext",
"target": "es2020",
"moduleResolution": "NodeNext",
2025-03-24 21:44:40 +00:00
"outDir": "dist",
2024-09-01 13:26:37 -05:00
"skipLibCheck": true,
"strict": true,
"sourceMap": true
},
"include": ["src"]
}