0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf/.woodpecker.release/tsconfig.json

18 lines
301 B
JSON
Raw Permalink Normal View History

2023-08-17 12:56:16 -05:00
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist"
},
"include": [
"release.ts"
],
"exclude": [
"node_modules"
]
}