PackwizJS/packages/sync/tsconfig.json
cswimr 50b42b038a
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
feat(sync): init
2025-02-12 00:53:25 -06:00

9 lines
133 B
JSON

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