Modrinth/packages/ui/tsconfig.json
Prospector c0accb42fa
Servers new purchase flow (#3719)
* New purchase flow for servers, region selector, etc.

* Lint

* Lint

* Fix expanding total
2025-06-03 09:20:53 -07:00

11 lines
240 B
JSON

{
"extends": "tsconfig/vue.json",
"include": [".", ".eslintrc.js"],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"lib": ["esnext", "dom"],
"noImplicitAny": false
},
"types": ["@stripe/stripe-js"]
}