goodgrief/services/api/tsconfig.json
2026-04-08 10:06:54 -07:00

13 lines
176 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": [
"src"
],
"compilerOptions": {
"lib": [
"ES2022"
],
"allowImportingTsExtensions": true
}
}