mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: resolve test tsconfig error
This commit is contained in:
parent
39a2383b8c
commit
2698cbaa6c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"include": ["."],
|
||||
"exclude": ["tsconfig.json"],
|
||||
"compilerOptions": {
|
||||
"target": "ES3",
|
||||
"target": "ES5",
|
||||
"module": "CommonJS",
|
||||
"baseUrl": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue