This commit is contained in:
dutchie031
2026-04-07 22:40:54 +02:00
parent d75f424b6a
commit 31a5a99d0f
7 changed files with 58 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"paths": {
"dcs-script-compiler":[
"../compiler/src/ScriptCompiler.ts"
]
}
},
"include": [
"src/**/*.ts"
]
}