14 lines
282 B
JSON
14 lines
282 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES2017", "DOM"],
|
||
|
"strict": true,
|
||
|
"downlevelIteration": true,
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"outDir": "lib",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"exclude": ["src/typeTests.ts"],
|
||
|
"include": ["src/**/*"]
|
||
|
}
|