Peter Johanson
4 years ago
committed by
Pete Johanson
3 changed files with 26 additions and 2 deletions
@ -1,4 +1,14 @@ |
|||||||
{ |
{ |
||||||
"extends": "@tsconfig/docusaurus/tsconfig.json", |
"extends": "@tsconfig/docusaurus/tsconfig.json", |
||||||
"include": ["src/"] |
"include": ["src/"], |
||||||
|
"compilerOptions": { |
||||||
|
"jsx": "react", |
||||||
|
"moduleResolution": "Node", |
||||||
|
"esModuleInterop": true, |
||||||
|
"resolveJsonModule": true, |
||||||
|
"strict": true, |
||||||
|
"noEmit": true, |
||||||
|
"target": "ES6", |
||||||
|
"lib": ["ES2019.Array", "DOM", "DOM.Iterable"] |
||||||
|
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue