canvas/packages/server/tsconfig.json

8 lines
127 B
JSON
Raw Normal View History

2024-01-26 18:38:41 -08:00
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}