Skip to content

Commit

Permalink
chore: use shared tsconfig configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Mar 20, 2024
1 parent 31d6d84 commit e6c3607
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit e6c3607

Please sign in to comment.