2025-08-13 13:07:40 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2020",
|
|
|
|
|
"module": "ES2020",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true
|
|
|
|
|
},
|
|
|
|
|
"references": [
|
2025-12-26 17:49:40 +08:00
|
|
|
{ "path": "./packages/framework/core" },
|
|
|
|
|
{ "path": "./packages/framework/math" }
|
2025-08-13 13:07:40 +08:00
|
|
|
],
|
|
|
|
|
"files": []
|
|
|
|
|
}
|