mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* New purchase flow for servers, region selector, etc. * Lint * Lint * Fix expanding total
11 lines
240 B
JSON
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"]
|
|
}
|