mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../spatial" },
|
|
{ "path": "../memory" }
|
|
]
|
|
}
|