17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"paths":{
|
|
"react": ["./node_modules/@types/react"]
|
|
},
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": true,
|
|
"allowUnusedLabels": true,
|
|
"noUnusedLocals": false
|
|
},
|
|
}
|