Skip to content

Commit

Permalink
Merge pull request #320 from w3bdesign/dev
Browse files Browse the repository at this point in the history
TS
  • Loading branch information
w3bdesign authored Aug 31, 2024
2 parents 892d74c + 2f4ffe3 commit d669cc1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions studio/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "es2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleDetection": "force",
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"baseUrl": "."
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
}

0 comments on commit d669cc1

Please sign in to comment.