addons/shared/tsconfig.jsonblame
View source
b69ab311{
b69ab312 "compilerOptions": {
b69ab313 "target": "es6",
b69ab314 "lib": ["ES2021.WeakRef", "dom", "dom.iterable", "esnext"],
b69ab315 "allowJs": true,
b69ab316 "skipLibCheck": true,
b69ab317 "esModuleInterop": true,
b69ab318 "experimentalDecorators": true,
b69ab319 "allowSyntheticDefaultImports": true,
b69ab3110 "strict": true,
b69ab3111 "forceConsistentCasingInFileNames": true,
b69ab3112 "noFallthroughCasesInSwitch": true,
b69ab3113 "sourceMap": true,
b69ab3114 "module": "esnext",
b69ab3115 "moduleResolution": "node",
b69ab3116 "resolveJsonModule": true,
b69ab3117 "jsx": "react-jsx"
b69ab3118 },
b69ab3119 "include": [".", "github"],
b69ab3120 "exclude": ["**/node_modules", "third-party", "**/*.js"]
b69ab3121}