mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "../dist/cjs/types",
|
|
"outDir": "../dist/cjs"
|
|
},
|
|
"extends": "@morten-olsen/bob-config/tsconfig.cjs.json",
|
|
"include": [
|
|
"../src/**/*"
|
|
]
|
|
}
|