Explicit font-display behavior for the icon font
[GitHub/WoltLab/WCF.git] / extra / tsconfig.json
1 {
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": true,
5 "removeComments": true,
6 "preserveConstEnums": true,
7 "lib": ["es2017"]
8 }
9 }