vue-mobx-finegrained
Version:
Vue 3 composable for a complete MobX state management integration.
15 lines (12 loc) • 342 B
JSON
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
/* enable decorators */
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"composite": true,
"module": "ESNext",
"types": ["node"]
}
}