WizardConnect/packages/wallet/tsconfig.json
2026-03-06 11:38:09 +01:00

15 lines
259 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"src/integration/**"
]
}