blob: e66156b36ea4de477f1505c905859d1c2f54f26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"pretty": true,
"newLine": "LF",
"allowSyntheticDefaultImports": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"sourceMap": true,
"strictNullChecks": true,
"skipLibCheck": true,
"allowJs": true,
"jsx": "preserve"
}
}
|