2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-05-27 14:50:05 +03:00
Files
2023-10-24 17:33:53 +03:00

26 lines
429 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"moduleResolution": "node",
"outDir": "dist",
"removeComments": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"paths": {
"@/*": [
"src/*"
]
}
},
"include": [
"lib/**/*.ts",
"src/**/*.ts",
"src/**/*.vue"
],
"exclude": [
"node_modules",
"dist"
]
}