build: add declaration tsconfig (#8194)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"declarationDir": "./types"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["**/demo/**", "**/test/**", "**/node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user