upload-artifact/tsconfig.json
popilnus-mirror 88c2f781c3
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Licensed / Check licenses (push) Waiting to run
Mirror actions/upload-artifact@v4 (upstream ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-09-20 13:31:01 -04:00

17 lines
No EOL
422 B
JSON

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