Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2024-07-09 09:44:08 +02:00
parent 33fc12b78e
commit d793e73086
1 changed files with 4 additions and 13 deletions

View File

@ -8,15 +8,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strictNullChecks": true,
"target": "esnext",
// "paths": {
// "C-v1": [
// "node_modules/C@1.0.0"
// ],
// "C-v2": [
// "node_modules/C@2.0.0"
// ]
// }
"target": "esnext"
},
"ts-node": {
// these options are overrides used only by ts-node
@ -25,7 +17,6 @@
"module": "commonjs"
}
},
"include": [
"ts/client/src"
]
}
"include": ["ts/client/src"],
"exclude": ["ts/client/scripts"]
}