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