cwait/packages/market.cm/tsconfig.dev.json

10 lines
243 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"rootDir": "./src",
"outDir": "./cweb_dist/"
},
"exclude": ["**/__tests__", "**/__mocks__", "vitest.config.ts", "tsconfig.dev.json", "*.tests.ts"]
}