Common stuff initial

This commit is contained in:
Torben Pi Jensen
2023-11-05 13:54:25 +01:00
parent d82afc5e9d
commit 345681affb
5 changed files with 65 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"declaration": true,
},
"exclude": [
"node_modules"
]
}