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.
tailchat/client/packages/tailchat-client-sdk/tsconfig.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/*"]
}