parent
5c9b4ea234
commit
e7e925ee32
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": ["ES2019", "ES2020.Promise", "ES2020.String", "DOM"],
|
"lib": ["ES2019", "ES2020.Promise", "ES2020.String", "DOM", "DOM.Iterable"],
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"noEmitOnError": false,
|
"noEmitOnError": false,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "ES2019",
|
"target": "ES2019",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationDir": "./"
|
"declarationDir": "./"
|
||||||
},
|
},
|
||||||
"exclude": ["dist-js", "node_modules", "test/types"]
|
"exclude": ["dist-js", "node_modules", "test/types"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue