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/packages/source-ref-loader/tsconfig.json

17 lines
267 B
JSON

{
"compilerOptions": {
"outDir": "lib",
"module": "commonjs",
"target": "ES2018",
"lib": ["ES2018"],
"declaration": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}