mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 20:12:48 +05:30
MAJOR: Removed old scenario builder and moved scenario loader into packages/scenario
This commit is contained in:
13
packages/scenario/tsconfig.json
Normal file
13
packages/scenario/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [
|
||||
{ "path": "../core" },
|
||||
{ "path": "../spatial" },
|
||||
{ "path": "../memory" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user