diff --git a/tsconfig.json b/tsconfig.json index 2f7e7fc..cbcd014 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,19 +1,15 @@ { + "extends": "@fingerprintjs/tsconfig-dx-team/tsconfig.json", "compilerOptions": { "target": "es2015", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, "forceConsistentCasingInFileNames": true, - "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, - "noEmit": true, + "noEmit": true }, - "include": [ - "src" - ] + "include": ["src"] }