array-comparisoncomparisoncomparison-tooldeep-diffdiffjson-diffnodejsobject-comparisonobject-diffobjectdiffobjectdifferencereactstreamingstreaming-datatypescript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
481 B
20 lines
481 B
{ |
|
"compilerOptions": { |
|
"declaration": true, |
|
"declarationDir": "./dist", |
|
"jsx": "react", |
|
"lib": ["esnext", "dom"], |
|
"module": "esnext", |
|
"moduleResolution": "node", |
|
"noUnusedParameters": true, |
|
"esModuleInterop": true, |
|
"noImplicitAny": true, |
|
"outDir": "./dist", |
|
"strict": true, |
|
"target": "es5", |
|
"resolveJsonModule": true, |
|
"allowSyntheticDefaultImports": true |
|
}, |
|
"include": ["src/**/*.tsx"], |
|
"exclude": ["node_modules"] |
|
}
|
|
|