1
0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2026-05-03 19:16:52 +07:00
Files
setup-qemu/tsconfig.json
2026-02-28 02:05:32 +01:00

18 lines
374 B
JSON

{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"newLine": "lf",
"outDir": "./lib",
"rootDir": "./src",
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
},
"include": [
"src/**/*.ts"
]
}