mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-05 19:41:42 +08:00
29 lines
491 B
JSON
29 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "ES2015",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
],
|
|
"@m/*": [
|
|
"src/modules/*"
|
|
]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|