feat: init

This commit is contained in:
Morten Olsen
2023-09-06 10:56:36 +02:00
commit d454a5ad3a
55 changed files with 6090 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": [
"ES2019",
"DOM"
],
"target": "ES2019",
"module": "CommonJS",
"moduleResolution": "Node"
}
}