WizardConnect/packages/dapp/tsconfig.json

10 lines
213 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"]
}