* 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"]
|
|
}
|