13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": [
|
|
"../dist/**/*",
|
|
"../node_modules",
|
|
"../test/**/*",
|
|
"../src/**/*.deno.ts"
|
|
],
|
|
"emitDeclarationOnly": true,
|
|
"compilerOptions": {
|
|
"outDir": "../dist"
|
|
}
|
|
}
|