PackwizJS/packages/sync/tsconfig.json

8 lines
123 B
JSON
Raw Normal View History

2025-02-12 00:53:25 -06:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
2025-02-12 15:17:17 -06:00
"outDir": "dist"
2025-02-12 00:53:25 -06:00
},
2025-02-12 15:17:17 -06:00
"include": ["src/**/*.ts"]
2025-02-12 00:53:25 -06:00
}