2026-07-12 00:28:17 +08:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"rewriteRelativeImportExtensions": true
|
|
|
|
|
},
|
2026-07-12 00:37:32 +08:00
|
|
|
"include": ["src/**/*.ts"]
|
2026-07-12 00:28:17 +08:00
|
|
|
}
|