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/parser/tsconfig.json

8 lines
123 B
JSON
Raw Permalink Normal View History

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