1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

revert back to single tsconfig.json

This commit is contained in:
Steven Hugg
2021-07-24 11:40:46 -05:00
parent f634007e51
commit 820985cb73
8 changed files with 20 additions and 118 deletions
-13
View File
@@ -1,13 +0,0 @@
{
"extends": "../../tsconfig-base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../../gen/ide"
},
"references": [
{ "path": "../common" }
],
"include": [
"**/*.ts"
]
}