forceplusplus/tsconfig.json
adithyagenie a5d82b03e7
Dockerfile
Signed-off-by: adithyagenie <adithyagenie@gmail.com>

Update .woodpecker/woodpecker.yml
2024-06-16 00:29:36 +05:30

15 lines
220 B
JSON

{
"compilerOptions": {
"outDir": "./out",
"target": "ES2021",
"module": "commonjs",
"allowJs": true,
"strict": true
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}