ulthar-framework/packages/fabric/core/tsconfig.build.json
2024-09-04 19:19:34 -03:00

16 lines
261 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"allowImportingTsExtensions": false,
"outDir": "dist"
},
"exclude": [
"src/**/*.spec.ts",
"dist",
"node_modules",
"coverage",
"vitest.config.ts"
]
}