1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-02 05:00:07 +02:00
build-push-action/setup-buildx/tsconfig.json
2020-08-11 10:30:13 +02:00

18 lines
337 B
JSON

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