mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Fix broken types in imported library
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
"extends": "./tsconfig.app.json",
|
||||
"include": [ "lib" ],
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx"
|
||||
"declaration": true,
|
||||
"declarationDir": "./dist",
|
||||
"emitDeclarationOnly": false,
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "./dist",
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "bundler"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user