1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2024-09-20 11:06:05 +02:00
download-artifact/tsconfig.json

13 lines
279 B
JSON
Raw 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"]
}