Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8f5c302b6c | |||
e5bf2ac20c |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsrun",
|
"name": "@gitzone/tsrun",
|
||||||
"version": "1.2.8",
|
"version": "1.2.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsrun",
|
"name": "@gitzone/tsrun",
|
||||||
"version": "1.2.8",
|
"version": "1.2.9",
|
||||||
"description": "run typescript programs efficiently",
|
"description": "run typescript programs efficiently",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -17,7 +17,7 @@ if (process.argv.includes('--web')) {
|
|||||||
defaultTsNodeOptions.compilerOptions = {
|
defaultTsNodeOptions.compilerOptions = {
|
||||||
...previousCompilerOptions,
|
...previousCompilerOptions,
|
||||||
lib: ['es2016', 'es2017', 'dom'],
|
lib: ['es2016', 'es2017', 'dom'],
|
||||||
target: <any>'es2015' // Script Target should be a string -> 2 is for ES2015
|
target: <any>'es2017' // Script Target should be a string -> 2 is for ES2015
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user