9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"source_files": [
|
|
"../js/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"../js/workers/**/*.ts"
|
|
],
|
|
"target_file": "../declarations/exports.d.ts"
|
|
}
|