15 lines
210 B
JSON
15 lines
210 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["webworker"],
|
|
"module": "umd",
|
|
"outDir": "./lib/umd",
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"out",
|
|
"lib",
|
|
"test"
|
|
]
|
|
}
|