forked from sheetjs/sheetjs
Add noEmit to all config files
This commit is contained in:
parent
4039f599e7
commit
22c1dca6e0
@ -5,7 +5,10 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesSearchPaths": ["../"]
|
||||
"typesSearchPaths": [
|
||||
"../"
|
||||
],
|
||||
"noEmit": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user