14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"extends": "@3rapp/core/tsconfig/node.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"baseUrl": ".",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
},
|
|
"types": ["bun-types", "@types/jest"]
|
|
},
|
|
"include": ["src", "test", "typings/**/*.d.ts", "**.js", ".eslintrc.cjs", ".prettierrc.cjs","bin"]
|
|
} |