diff --git a/.npmignore b/.npmignore index 284023d..ad6609c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,2 @@ * -!dist \ No newline at end of file +!dist/* \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index dd0ef80..a067e2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "incremental": true /* Enable incremental compilation */, + "incremental": false /* Enable incremental compilation */, "target": "ES2018" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, "declaration": true /* Generates corresponding '.d.ts' file. */,