Files
SnapOtter/packages/image-engine/tsconfig.json
T

6 lines
136 B
JSON
Raw Normal View History

2026-03-22 02:44:46 +08:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "./dist", "rootDir": "./src" },
"include": ["src/**/*"]
}