16 lines
245 B
JSON
16 lines
245 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"lib": ["WebWorker"],
|
|
"module": "esnext",
|
|
"outDir": "./lib/esm",
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"out",
|
|
"lib",
|
|
"test"
|
|
]
|
|
}
|