eslint-rules/dist/tsconfig.json
2024-11-28 23:27:52 -05:00

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"
}
}