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.
21 lines
481 B
21 lines
481 B
2 years ago
|
{
|
||
|
"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"]
|
||
|
}
|