mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"outDir": "dist",
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "nodenext",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |