feature: compatibility with various IDEs

This commit is contained in:
Kamil Myśliwiec
2018-12-07 12:51:42 +01:00
parent 1bbfc970c8
commit 1b81bde89e
8 changed files with 30 additions and 64 deletions
+1 -2
View File
@@ -13,6 +13,5 @@
"outDir": "./dist",
"baseUrl": "./"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
"exclude": ["node_modules"]
}