1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2026-02-02 04:14:29 +07:00
Files
download-artifact/tsconfig.json
2026-01-30 14:15:49 -05:00

13 lines
317 B
JSON

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