Include TS configuration

This commit is contained in:
Claudio Ortolina
2025-07-17 17:40:28 +01:00
parent 70b59d1eec
commit 6c90a3467d
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*",
"../deps/*"
]
},
"allowJs": true,
"noEmit": true
},
"include": [
"js/**/*"
]
}