PackwizJS/packages/sync/tsconfig.json
cswimr b0e76a8ff7
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
style(sync): format
2025-02-12 15:17:17 -06:00

7 lines
123 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}