gameStatusUpdate/node_modules/@babel/helpers/tsconfig.json

20 lines
436 B
JSON
Raw Normal View History

2024-09-18 08:27:46 -07:00
/* This file is automatically generated by scripts/generators/tsconfig.js */
{
"extends": [
"../../tsconfig.base.json",
"../../tsconfig.paths.json"
],
"include": [
"../../packages/babel-helpers/src/**/*.ts",
"../../lib/globals.d.ts",
"../../scripts/repo-utils/*.d.ts"
],
"references": [
{
"path": "../../packages/babel-template"
},
{
"path": "../../packages/babel-types"
}
]
}