adithyagenie
a5d82b03e7
Signed-off-by: adithyagenie <adithyagenie@gmail.com> Update .woodpecker/woodpecker.yml
15 lines
220 B
JSON
15 lines
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"target": "ES2021",
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|