29 lines
472 B
JSON
29 lines
472 B
JSON
|
|
{
|
||
|
|
"extends": "../../../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"declaration": true,
|
||
|
|
"jsx": "react-jsx"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "../../../framework/core"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "../../../editor/editor-core"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "../../../rendering/particle"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|