This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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"]
}