Initial commit

This commit is contained in:
Jurgis Sakalauskas
2023-08-28 10:35:08 +03:00
parent 33fedf2171
commit 995ad4c28f
29 changed files with 9311 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"lib": ["dom"]
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}