mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 01:01:22 +00:00
15 lines
No EOL
253 B
JSON
15 lines
No EOL
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"ES2017"
|
|
],
|
|
"outDir": "out",
|
|
"rootDir": ".",
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"scripts"
|
|
]
|
|
} |