mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
14 lines
272 B
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"
|
|
}
|
|
}
|