20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [
|
|
{ "path": "../ecs-framework" },
|
|
{ "path": "../engine-core" },
|
|
{ "path": "../material-system" },
|
|
{ "path": "../editor-core" }
|
|
]
|
|
}
|