Removed build.json

This commit is contained in:
Florian Bouillon 2019-11-13 12:08:15 +01:00
parent ca109d8c02
commit 6c56e8b706
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
node_modules/
*.js
*.d.ts
build.json

View File

@ -1,7 +1,6 @@
node_modules/
src/
.gitignore
build.json
tsconfig.json
yarn.lock
.npmignore

View File

@ -2,7 +2,7 @@
"include": ["src/**/*"],
"compilerOptions": {
/* Basic Options */
"incremental": true, /* Enable incremental compilation */
// "incremental": true, /* Enable incremental compilation */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
@ -16,7 +16,7 @@
"outDir": "", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
"tsBuildInfoFile": "./build.json", /* Specify file to store incremental compilation information */
// "tsBuildInfoFile": "", /* Specify file to store incremental compilation information */
"removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */