Files
MattrixwvReactComponents/tsconfig.lib.json
2025-08-10 23:11:56 -04:00

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"
}
}