fluxer/fluxer_integration/tsconfig.json
2026-02-17 12:22:36 +00:00

14 lines
271 B
JSON

{
"extends": "../tsconfigs/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"types": ["node", "vitest/globals"],
"paths": {
"@fluxer/integration/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}