feat: init

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

View File

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