initial commit

This commit is contained in:
Erik Tiekstra
2021-03-16 11:49:59 +01:00
committed by Erik Tiekstra
commit f0d1b3ccd4
48 changed files with 46728 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"]
}