Explicit font-display behavior for the icon font
[GitHub/WoltLab/WCF.git] / tsconfig.json
CommitLineData
b612e0a6 1{
95adb2f6
TD
2 "include": [
3 "global.d.ts",
83713d5f 4 "ts/**/*"
95adb2f6
TD
5 ],
6 "compilerOptions": {
7 "allowJs": true,
8 "target": "es2017",
9 "module": "amd",
83713d5f 10 "rootDir": "ts/",
95adb2f6
TD
11 "outDir": "wcfsetup/install/files/js/",
12 "lib": [
13 "dom",
14 "es2017"
b612e0a6 15 ],
95adb2f6
TD
16 "strictNullChecks": true,
17 "moduleResolution": "node",
18 "esModuleInterop": true,
19 "noImplicitThis": true,
a132a670
AE
20 "strictBindCallApply": true,
21 "importHelpers": true
95adb2f6 22 }
b612e0a6 23}