co-mono/packages/web-ui/tsconfig.build.json
2025-10-05 13:30:08 +02:00

20 lines
501 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"moduleResolution": "bundler",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"useDefineForClassFields": false,
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/**/*"]
}