BetterDiscordApp-rauenzi/preload/jsconfig.json

11 lines
220 B
JSON
Raw Permalink Normal View History

2022-06-27 07:22:27 +02:00
{
"compilerOptions": {
"target": "es2020",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"common": ["../common"]
}
},
"exclude": ["node_modules"]
}