ignore files

This commit is contained in:
cupcakearmy 2020-08-30 13:18:14 +02:00
parent a758e9e3d1
commit 067ccf1d12
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
*
!dist
!dist/*

View File

@ -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. */,