web-extension-starter/tsconfig.json
2025-06-29 00:00:43 +05:30

23 lines
381 B
JSON

{
"extends": "@abhijithvijayan/tsconfig",
"compilerOptions": {
/* Let Vite control the final JS output */
"target": "ESNext",
"module": "ESNext",
"noEmit": true,
"lib": [
"dom",
"dom.iterable",
"ES2023"
],
/* Bundler-specific settings */
"moduleResolution": "bundler",
"isolatedModules": true,
"declaration": false
},
"include": [
"source"
]
}