mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"target": "esnext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"include": [
|
|
"schema/**/*.ts",
|
|
"services/**/*.ts",
|
|
"data/**/*.ts",
|
|
"utils/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |