Files
go-example/.gitea/actions/checkout/tsconfig.json
Zpekii ae1cfb214a
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
ci: update uses
2026-01-24 19:08:30 +08:00

18 lines
334 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": [
"es6"
],
"outDir": "./lib",
"rootDir": "./src",
"declaration": true,
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["__test__", "lib", "node_modules"]
}