Skip to content

Commit

Permalink
fix: tsconfig.json (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Jul 23, 2024
1 parent 0cc6d5e commit fc2d4be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "@gravity-ui/tsconfig/tsconfig",
"extends": "@gravity-ui/tsconfig/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"declaration": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"outDir": "build",
"module": "esnext",
"jsx": "react"
"isolatedModules": true,
"outDir": "build"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["**/__tests__", "**/*.test.ts", "**/*.test.tsx"]
"include": ["src"]
}

0 comments on commit fc2d4be

Please sign in to comment.