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
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}