mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-15 11:59:45 +03:00
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["lib/**/*.ts", "src/**/*.ts", "src/**/*.vue"],
|
|
"exclude": ["node_modules"]
|
|
}
|