Files
bun.sh/src/api/tsconfig.json
2022-04-18 20:51:10 -07:00

7 lines
119 B
JSON

{
"compilerOptions": {
"moduleResolution": "node"
},
"include": ["./node_modules/peechy", "./schema.d.ts"]
}