forked from cerc-io/cosmos-explorer
21 lines
329 B
JSON
21 lines
329 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
],
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.config.json"
|
||
|
}
|
||
|
]
|
||
|
}
|