mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Remove some unnecessary tsconfig bits
This commit is contained in:
parent
00ffa1b6cd
commit
f805f4ead6
@ -1,16 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"target": "es2016",
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es2016",
|
||||
"noEmit": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"jsx": "preserve",
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom",
|
||||
|
Loading…
Reference in New Issue
Block a user