diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 2032c368..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compilerOptions": { - "allowSyntheticDefaultImports": false, - "allowUnreachableCode": false, - "allowUnusedLabels": false, - "declaration": true, - "forceConsistentCasingInFileNames": true, - "lib": ["es2015"], - "noFallthroughCasesInSwitch": true, - "noEmitOnError": true, - "noImplicitReturns": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "pretty": true, - "strict": true, - "module": "commonjs", - "target": "es6", - "sourceMap": true - }, - "exclude": [ - "node_modules" - ] -} \ No newline at end of file