websnacks/tsconfig.json
M. George Hansen 5118a8174b
chore: replace eslint & prettier w/ biomejs (#21)
* chore: replace eslint & prettier w/ biomejs

* fix syntax error in ci.yml workflow

* ensure that build CI jobs only run if check job succeeds to save resources
2024-07-15 08:36:52 -07:00

9 lines
159 B
JSON

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"outDir": "./dist"
},
"include": ["src/**/*.ts"]
}