diff --git a/package.json b/package.json index 1f44bed7a..96adda2da 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "test:watch": "npm test -- --watch", "start": "npm run test:watch", "lint": "gulp lint", - "watch": "tsc -w", "build": "npm run lint && npm run build:js && npm run build:esm && npm run build:bundle && npm run build:minify", "build:js": "tsc -p tsconfig-es5.json", "build:esm": "tsc -p tsconfig-esm.json", diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index be48d5b1b..000000000 --- a/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "ES5", - "sourceMap": true, - "declaration": true, - "experimentalDecorators": true, - "outDir": "dist", - "moduleResolution": "node" - }, - "files": [ - "typings/es6-shim/es6-shim.d.ts", - "src/index.ts" - ] -}