mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "es2020",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src"]
|
|
}
|