1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-08 23:29:42 +00:00
8bitworkshop/src/platform/tsconfig.json

16 lines
269 B
JSON

{
"extends": "../../tsconfig-base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../../gen/platform"
},
"references": [
{ "path": "../common" },
{ "path": "../machine" },
{ "path": "../ide" },
],
"include": [
"**/*.ts"
]
}