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