Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b9523d25e6 | |||
fdf3d14456 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsbuild",
|
"name": "@gitzone/tsbuild",
|
||||||
"version": "2.1.9",
|
"version": "2.1.10",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsbuild",
|
"name": "@gitzone/tsbuild",
|
||||||
"version": "2.1.9",
|
"version": "2.1.10",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "TypeScript nightly to easily make use of latest features",
|
"description": "TypeScript nightly to easily make use of latest features",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -16,6 +16,7 @@ export const compilerOptionsDefault: CompilerOptions = {
|
|||||||
module: plugins.typescript.ModuleKind.CommonJS,
|
module: plugins.typescript.ModuleKind.CommonJS,
|
||||||
lib: ['lib.es2017.d.ts'],
|
lib: ['lib.es2017.d.ts'],
|
||||||
noImplicitAny: false,
|
noImplicitAny: false,
|
||||||
|
esModuleInterop: true,
|
||||||
target: plugins.typescript.ScriptTarget.ES2017
|
target: plugins.typescript.ScriptTarget.ES2017
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user