Files
esengine/packages/material-editor/tsconfig.json
2025-12-03 18:37:02 +08:00

20 lines
490 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": "../core" },
{ "path": "../engine-core" },
{ "path": "../material-system" },
{ "path": "../editor-core" }
]
}