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/plugin-declaration-generator/tsconfig.json

16 lines
325 B
JSON

{
"compilerOptions": {
"target": "esnext",
"lib": ["ESNext"],
"outDir": "lib",
"declaration": true,
"esModuleInterop": true,
"isolatedModules": true,
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"importsNotUsedAsValues": "error",
},
"include": ["./src/*"]
}