mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
feat: init
This commit is contained in:
10
packages/algorithm/configs/tsconfig.esm.json
Normal file
10
packages/algorithm/configs/tsconfig.esm.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declarationDir": "../dist/esm/types",
|
||||
"outDir": "../dist/esm"
|
||||
},
|
||||
"extends": "@bob-the-algorithm/config/tsconfig.esm.json",
|
||||
"include": [
|
||||
"../src/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user