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

11 lines
202 B
JSON

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