PackwizJS/packages/parser/tsconfig.json
cswimr 741d2ca999
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
feat(parser): switch to monorepo format
2025-02-11 09:03:43 -06:00

9 lines
133 B
JSON

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