forked from kofal.net/zmk
feat(docs): Type check the docs TSX components.
This commit is contained in:
committed by
Pete Johanson
parent
47abbe7925
commit
683991aa93
@@ -1,4 +1,14 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user