mirror of
https://github.com/actions/setup-node.git
synced 2025-04-06 12:10:21 +08:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build"
|
|
}
|
|
}
|