Files
MattrixwvReactComponents/tsconfig.lib.json

14 lines
272 B
JSON

{
"extends": "./tsconfig.app.json",
"include": [ "lib" ],
"compilerOptions": {
"declaration": true,
"declarationDir": "./dist",
"emitDeclarationOnly": false,
"jsx": "react-jsx",
"outDir": "./dist",
"skipLibCheck": true,
"moduleResolution": "bundler"
}
}