0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/ui-components/tsconfig.build.json

17 lines
397 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"sourceMap": true,
"preserveSymlinks": true,
"rootDir": ".",
"outDir": "./build",
"skipLibCheck": true,
"jsx": "react"
},
"include": ["src/**/*", "./src/types/index.d.ts"]
}