mirror of
https://git.studyfor.work/actions/gitea-tool-cache.git
synced 2026-01-11 16:06:03 +08:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"extends": "@tsconfig/node16",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"types": ["node", "jest"],
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
},
|
|
"include": ["src/**/*.ts", "**/*.test.ts"]
|
|
}
|