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

11 lines
211 B
JSON

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