mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-03 02:37:49 +00:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build"
|
|
}
|
|
}
|