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

8 lines
123 B
JSON
Raw Permalink 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
}