Files
defgov/packages/bookmark-sync/tsconfig.json
2026-04-27 20:25:00 +08:00

18 lines
416 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"types": ["chrome", "firefox-webext-browser"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}