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