UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
tsconfig
/
base
/
tsconfig.json
17 lines
(15 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"
@vue
/tsconfig/tsconfig.web.json"
,
"include"
: [
"env.d.ts"
,
"src/**/*"
,
"src/**/*.vue"
],
"compilerOptions"
: {
"baseUrl"
:
"."
,
"paths"
: {
"
@/
*"
: [
"./src/*"
] } },
"references"
: [ {
"path"
:
"./tsconfig.config.json"
} ] }