🧹 config cleanup

This commit is contained in:
ful1e5 2020-08-15 17:28:07 +05:30
parent 55cb7540e5
commit ccdae39deb

View file

@ -3,11 +3,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"baseUrl": "src",
"paths": {
"@shared": ["shared"]
}
"outDir": "dist"
},
"include": ["src"]
}