@desnoth/vue2-popup
Version:
A simple Vue popup component with self state
28 lines (27 loc) • 744 B
JSON
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"removeComments": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"pretty": true,
"sourceMap": true,
"jsx": "preserve",
"downlevelIteration": true,
"skipLibCheck": true,
"baseUrl": ".",
"types": ["webpack-env"],
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"exclude": ["node_modules"]
}