Bump version and fix glob
This commit is contained in:
7
dist/tsconfig.json
vendored
7
dist/tsconfig.json
vendored
@ -2,16 +2,17 @@
|
||||
"compilerOptions": {
|
||||
"allowArbitraryExtensions": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"jsx": "react-jsx",
|
||||
"module": "NodeNext",
|
||||
"module": "Preserve",
|
||||
"moduleResolution": "Bundler",
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"stripInternal": true,
|
||||
"target": "ESNext"
|
||||
"target": "ESNext",
|
||||
"verbatimModuleSyntax": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user