mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
"exclude": ["tsconfig.json"],
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "CommonJS",
|
|
"baseUrl": null
|
|
}
|
|
}
|