feat: init

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

View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"module": "ESNext"
}
}