Files
action-download-artifact/tsconfig.json
T
gouki b780175ee4
Check dist/ / check-dist (push) Failing after 5s
Licensed / Check licenses (push) Failing after 1s
Test / Build (ubuntu-latest) (push) Failing after 7s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 44s
Mirror actions/download-artifact v4.3.0
2026-07-16 22:46:29 +08:00

13 lines
310 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noImplicitAny": false,
"moduleResolution": "node",
"esModuleInterop": true
},
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
}