1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2025-02-23 20:20:37 +07:00
download-artifact/tsconfig.json

13 lines
279 B
JSON
Raw Permalink Normal View History

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