Files
polar/commonjs.json
Shawn Erquhart 2eaff5e77f wip
2024-10-31 17:35:23 -04:00

9 lines
179 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*"],
"exclude": ["src/**/*.test.*", "../src/package.json"],
"compilerOptions": {
"outDir": "./dist/commonjs"
}
}