13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"exclude": [
|
|
"mitt/dist"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "../lib/cjs/vendor",
|
|
"module": "CommonJS",
|
|
"strict": false
|
|
}
|
|
}
|