2026-07-16 17:26:23 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"rootDir": "..",
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"rewriteRelativeImportExtensions": true
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"../core/src/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"../core/src/runtime.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|