put shared tsconfig in root config

This commit is contained in:
nikek
2020-04-01 11:30:36 +02:00
parent 8fffc42701
commit d43414d687
4 changed files with 5 additions and 13 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"module": "es6"
}
"include": ["src"]
}
+1 -4
View File
@@ -1,7 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"module": "es6"
}
"include": ["src"]
}