console/packages/services/storage/tsconfig.json

10 lines
177 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"rootDir": "../.."
},
"include": ["src", "migrations"]
}