Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Feb 7, 2023
1 parent c2aa737 commit 790702d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"include": ["./**/*"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"strict": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"skipLibCheck": true
}
}
3 changes: 3 additions & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
],

parser: '@typescript-eslint/parser',
parserOptions: {
project: './tsconfig.json',
},
plugins: ['@typescript-eslint'],

rules: {
Expand Down

0 comments on commit 790702d

Please sign in to comment.