WizardConnect/packages/wallet/tsconfig.json

16 lines
259 B
JSON
Raw Normal View History

2026-02-26 11:19:47 +01:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"src/integration/**"
]
}