feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
8
test-dts/tsconfig.json
Normal file
8
test-dts/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"declaration": true
|
||||
},
|
||||
"exclude": ["../packages/*/__tests__"]
|
||||
}
|
||||
Reference in New Issue
Block a user