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