10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"incremental": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
}
|
|
}
|