@@ -0,0 +1,11 @@
+{
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": {
+ },
+ "include": [
+ "src"
+ ],
+ "exclude": [
+ "**/*.test.ts"
+ ]
+}
@@ -1,5 +1,5 @@
{
- "extends": "./tsconfig.json",
+ "extends": "./tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
@@ -1,13 +1,8 @@
- "extends": "../../tsconfig.base.json",
"baseUrl": ".",
"paths": {
}
- },
- "exclude": [
- "node_modules",
- "dist",
- "**/*.test.ts"
- ]
+ }