mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-18 23:07:41 +00:00
7 lines
119 B
JSON
7 lines
119 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["src/api/**/*"]
|
|
}
|