mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 04:20:58 +00:00
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.*", "../src/package.json"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm"
|
|
}
|
|
}
|