mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-06-30 11:22:02 -06:00
12 lines
267 B
JSON
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"]
|
|
}
|