template-remult-app/server/tsconfig.json
2024-02-29 22:48:33 +01:00

6 lines
76 B
JSON

{
"include": [
"./**/*.ts"
],
"extends": "./tsconfig-base.json",
}