20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowArbitraryExtensions": true,
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx",
|
|
"module": "Preserve",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"stripInternal": true,
|
|
"target": "ESNext",
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|