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