ntfy/web/jsconfig.json
2026-06-29 22:24:04 -04:00

12 lines
267 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"checkJs": false
},
"include": ["src"],
"exclude": ["node_modules", "build"]
}