0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00
LibreWolf/.woodpecker.release/tsconfig.json
Bert van der Weerd 7b93d7e2c9
Add woodpecker
2023-08-17 19:56:16 +02:00

17 lines
301 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist"
},
"include": [
"release.ts"
],
"exclude": [
"node_modules"
]
}