1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-15 05:00:01 +08:00
setup-node/node_modules/jest-serializer/tsconfig.json
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

8 lines
111 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}