{ "compilerOptions": { "module": "ES2022", "noImplicitAny": false, "removeComments": true, "sourceMap": true, "allowSyntheticDefaultImports": true, "target": "ES2020", "allowJs": true, "checkJs": true, "noEmit": true, "strict": false, "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "hFragment", "types": [ "@violentmonkey/types", "@types/chrome", "@types/jquery", "@types/node" ], "lib": [ "DOM", "ES2020" ], "outDir": "builds/test/crx/tsOutput", "esModuleInterop": true }, "exclude": [ "node_modules", "tools", "src/meta/*", "dist/*" ] }