This commit is contained in:
thomas laforge
2022-11-05 21:05:00 +01:00
parent a19fd00f19
commit 349a0cb00e
17 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts"]
}