18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowArbitraryExtensions": true,
|
|
"allowImportingTsExtensions": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"jsx": "react-jsx",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "Bundler",
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true,
|
|
"stripInternal": true,
|
|
"target": "ESNext"
|
|
}
|
|
}
|