mirror of
https://gitea.com/actions/setup-python.git
synced 2025-10-31 07:47:08 +00:00
Initial pass
This commit is contained in:
12
node_modules/babel-jest/tsconfig.json
generated
vendored
Normal file
12
node_modules/babel-jest/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "build"
|
||||
},
|
||||
// TODO: include `babel-preset-jest` if it's ever in TS even though we don't care about its types
|
||||
"references": [
|
||||
{"path": "../jest-transform"},
|
||||
{"path": "../jest-types"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user