Files
dwellops-platform/packages/ui/tsconfig.json
2026-03-10 21:30:52 -03:00

10 lines
181 B
JSON

{
"extends": "@dwellops/config/tsconfig/react-library.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"noEmit": true
},
"include": ["src"]
}