mirror of https://github.com/msgbyte/tailchat
parent
6bc2241125
commit
188f35d845
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"outDir": "dist",
|
|
||||||
"module": "commonjs",
|
|
||||||
|
|
||||||
"target": "ES2018",
|
|
||||||
"lib": ["ES2018"],
|
|
||||||
|
|
||||||
"declaration": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true
|
|
||||||
},
|
|
||||||
"include": ["src"]
|
|
||||||
}
|
|
Loading…
Reference in New Issue