mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
new selfhosted version
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"target": "ESNext"
|
||||
"module": "nodenext",
|
||||
"target": "esnext",
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "nodenext"
|
||||
},
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
"schema/**/*.ts",
|
||||
"services/**/*.ts",
|
||||
"data/**/*.ts",
|
||||
"utils/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user