build(*): Add base files

This commit is contained in:
Josh Creek
2022-10-07 08:52:22 +01:00
parent f4143b3608
commit 4cfcf65121
13 changed files with 15487 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"preserveConstEnums": true
},
"include": ["src/**/*", "src/custom.d.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
}