This commit is contained in:
o.o.c
2024-12-14 15:32:38 +08:00
commit 3c1e00b887
48 changed files with 37738 additions and 0 deletions

15
list-2x/jsconfig.json Executable file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"experimentalDecorators": true
},
"exclude": [
"node_modules",
".vscode",
"library",
"local",
"settings",
"temp"
]
}