tickwerk/jsconfig.json
Johannes Loher 95a595773d
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
ci/woodpecker/manual/checks Pipeline was successful
ci/woodpecker/manual/release Pipeline was successful
fix: correctly calculate tick value when stopping to wait
2023-07-10 02:17:05 +02:00

10 lines
179 B
JSON

{
"compilerOptions": {
"module": "es2022",
"target": "ES2022",
"strict": true
},
"exclude": ["node_modules", "dist"],
"include": ["src", "client", "common"]
}