verdaccio/packages/ui-components/tsconfig.json

23 lines
523 B
JSON

{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"sourceMap": true,
"rootDir": ".",
"outDir": "./build",
"preserveSymlinks": true,
"jsx": "react",
"allowJs": true
},
"types": ["node", "jest", "@testing-library/jest-dom"],
"include": ["src/**/*", "./src/types/index.d.ts"],
"references": [
{
"path": "../core/types"
}
]
}