Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
730c739c14 | |||
dd1f007246 | |||
41ca4805e6 | |||
68dcf1cca9 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsbuild",
|
"name": "@gitzone/tsbuild",
|
||||||
"version": "2.1.1",
|
"version": "2.1.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsbuild",
|
"name": "@gitzone/tsbuild",
|
||||||
"version": "2.1.1",
|
"version": "2.1.3",
|
||||||
"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",
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
export * from './tsbuild.exports';
|
export * from './tsbuild.exports';
|
||||||
|
|
||||||
import * as tsbuild from './tsbuild.exports';
|
|
||||||
|
|
||||||
import './tsbuild.cli';
|
import './tsbuild.cli';
|
@ -21,7 +21,7 @@ export const compilerOptionsDefault: CompilerOptions = {
|
|||||||
|
|
||||||
export const compilerOptionsWebDefault: CompilerOptions = {
|
export const compilerOptionsWebDefault: CompilerOptions = {
|
||||||
...compilerOptionsDefault,
|
...compilerOptionsDefault,
|
||||||
lib: [...compilerOptionsDefault.lib, 'dom']
|
lib: [...compilerOptionsDefault.lib, 'lib.dom.d.ts']
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user