BililiveRecorder/config_gen/tsconfig.json

12 lines
175 B
JSON
Raw Permalink Normal View History

2022-06-10 16:34:25 +08:00
{
"compilerOptions": {
"lib": [
"ES2021"
],
"typeRoots": [
"@types",
"node_modules/@types"
],
},
}