11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "./lib/esm",
|
|
},
|
|
"exclude": [
|
|
"src/**/*.spec.ts"
|
|
]
|
|
}
|