Skip to content

Commit

Permalink
update: use new tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Mar 23, 2024
1 parent 1d0398d commit c021751
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@exabyte-io/eslint-config": "^2023.8.29-1",
"@mat3ra/tsconfig": "^2024.3.21-5",
"@mat3ra/made": "^2024.3.23-1",
"@exabyte-io/code.js": "^2024.2.20-0",
"@exabyte-io/cove.js": "2024.2.21-1",
Expand Down
24 changes: 3 additions & 21 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
{
"extends": "@mat3ra/tsconfig/tsconfig.json",
"compilerOptions": {
"target": "es2018",
"jsx": "react-jsx",
"module": "esNext",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist",
"noEmitOnError": false,
"isolatedModules": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"types": [],
"rootDir": "./src",
"baseUrl": "./src",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"module": "esnext",
"jsx": "react-jsx"
},
"include": [
"./src"
Expand Down

0 comments on commit c021751

Please sign in to comment.