mirror of
https://gitea.com/actions/setup-python.git
synced 2025-08-23 13:03:26 +08:00
Initial pass
This commit is contained in:
14
node_modules/jest-environment-jsdom/tsconfig.json
generated
vendored
Normal file
14
node_modules/jest-environment-jsdom/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "build",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"references": [
|
||||
{"path": "../jest-environment"},
|
||||
{"path": "../jest-fake-timers"},
|
||||
{"path": "../jest-mock"},
|
||||
{"path": "../jest-types"},
|
||||
{"path": "../jest-util"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user