mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
20
node_modules/jest-config/tsconfig.json
generated
vendored
Normal file
20
node_modules/jest-config/tsconfig.json
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "build"
|
||||
},
|
||||
// TODO: This is missing `jest-jasmine2`, but that is just
|
||||
// `require.resolve`d, so no real use for its types
|
||||
"references": [
|
||||
{"path": "../jest-environment-jsdom"},
|
||||
{"path": "../jest-environment-node"},
|
||||
{"path": "../jest-get-type"},
|
||||
{"path": "../jest-regex-util"},
|
||||
{"path": "../jest-resolve"},
|
||||
{"path": "../jest-types"},
|
||||
{"path": "../jest-util"},
|
||||
{"path": "../jest-validate"},
|
||||
{"path": "../pretty-format"}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue