parent
56ea91b11c
commit
ac3ebb2162
5 changed files with 1566 additions and 1543 deletions
@ -1,29 +0,0 @@ |
|||||||
{ |
|
||||||
"compilerOptions": { |
|
||||||
"composite": false, |
|
||||||
"declaration": true, |
|
||||||
"declarationMap": true, |
|
||||||
"esModuleInterop": true, |
|
||||||
"forceConsistentCasingInFileNames": true, |
|
||||||
"inlineSources": false, |
|
||||||
"isolatedModules": true, |
|
||||||
"moduleResolution": "node", |
|
||||||
"noUnusedLocals": false, |
|
||||||
"noUnusedParameters": false, |
|
||||||
"preserveWatchOutput": true, |
|
||||||
"skipLibCheck": true, |
|
||||||
"strict": true, |
|
||||||
"strictNullChecks": true, |
|
||||||
"noEmit": true, |
|
||||||
"jsx": "react-jsx", |
|
||||||
"lib": ["DOM", "DOM.Iterable", "ESNext"], |
|
||||||
"module": "ESNext", |
|
||||||
"target": "es6", |
|
||||||
"baseUrl": ".", |
|
||||||
"paths": { |
|
||||||
"~/*": ["src/*"] |
|
||||||
} |
|
||||||
}, |
|
||||||
"include": [".", "src/types"], |
|
||||||
"exclude": ["dist", "build", "node_modules"] |
|
||||||
} |
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue