mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["ESNext"],
|
|
"skipLibCheck": true,
|
|
"outDir": "lib",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"typeRoots": ["./node_modules/@types"]
|
|
},
|
|
"include": ["./src/*"]
|
|
}
|