2024-06-25 21:59:50 +08:00
|
|
|
{
|
|
|
|
"extends": "@3rapp/core/tsconfig/node.json",
|
|
|
|
"compilerOptions": {
|
2024-08-05 08:33:01 +08:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2024-06-25 21:59:50 +08:00
|
|
|
"baseUrl": ".",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"paths": {
|
2024-08-05 08:33:01 +08:00
|
|
|
"@/*": ["./src/*"],
|
|
|
|
},
|
|
|
|
"types": ["bun-types", "@types/jest"]
|
2024-06-25 21:59:50 +08:00
|
|
|
},
|
|
|
|
"include": ["src", "test", "typings/**/*.d.ts", "**.js", ".eslintrc.cjs", ".prettierrc.cjs","bin"]
|
|
|
|
}
|