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:
17
node_modules/jest-snapshot/tsconfig.json
generated
vendored
Normal file
17
node_modules/jest-snapshot/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "build"
|
||||
},
|
||||
"references": [
|
||||
{"path": "../expect"},
|
||||
{"path": "../jest-diff"},
|
||||
{"path": "../jest-haste-map"},
|
||||
{"path": "../jest-matcher-utils"},
|
||||
{"path": "../jest-message-util"},
|
||||
{"path": "../jest-resolve"},
|
||||
{"path": "../jest-types"},
|
||||
{"path": "../pretty-format"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user