thelounge/client/tsconfig.json
2022-05-21 11:49:28 -07:00

15 lines
374 B
JSON

{
"extends": "../tsconfig.base.json",
"include": ["./**/*"],
"files": ["../src/types/models/channel.d.ts"],
"compilerOptions": {
// https://v2.vuejs.org/v2/guide/typescript.html?redirect=true#Recommended-Configuration
"target": "ES5",
"strict": true,
"lib": ["ES2020", "dom"],
"sourceMap": false,
"baseUrl": "./",
"jsx": "preserve"
}
}