mirror of
https://github.com/morten-olsen/shipped.git
synced 2026-02-07 23:26:23 +01:00
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"extends": "@shipped/config/cjs",
|
|
"compilerOptions": {
|
|
"outDir": "dist/cjs",
|
|
"declarationDir": "./dist/cjs/types"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|