mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: update tsconfig
This commit is contained in:
parent
edf96f2c9a
commit
4db03965ff
1 changed files with 2 additions and 5 deletions
|
|
@ -6,11 +6,8 @@
|
|||
"jsx": "react",
|
||||
"strict": true,
|
||||
"lib": ["dom", "es2017.object", "es2016", "ES2020.String"],
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
"paths": {
|
||||
"*": ["src/*", "packages/*"]
|
||||
}
|
||||
"baseUrl": "src",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue