feat(material): 新增材质系统和着色器编辑器
This commit is contained in:
19
packages/material-editor/tsconfig.json
Normal file
19
packages/material-editor/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user