nsite-ts/tsconfig.json

13 lines
230 B
JSON
Raw Normal View History

2024-09-01 13:26:37 -05:00
{
"compilerOptions": {
"module": "NodeNext",
"target": "es2020",
"moduleResolution": "NodeNext",
"outDir": "build",
"skipLibCheck": true,
"strict": true,
"sourceMap": true
},
"include": ["src"]
}