|
@@ -1,16 +1,16 @@
|
1
|
1
|
{
|
2
|
|
- "compilerOptions": {
|
3
|
|
- "target": "es5",
|
4
|
|
- "lib": ["dom", "dom.iterable", "esnext"],
|
5
|
|
- "allowJs": true,
|
6
|
|
- "skipLibCheck": true,
|
7
|
|
- "esModuleInterop": true,
|
8
|
|
- "allowSyntheticDefaultImports": true,
|
9
|
|
- "strict": true,
|
10
|
|
- "forceConsistentCasingInFileNames": true,
|
11
|
|
- "moduleResolution": "node",
|
12
|
|
- "resolveJsonModule": true,
|
13
|
|
- "isolatedModules": true,
|
14
|
|
- "outDir": "dist"
|
15
|
|
- }
|
|
2
|
+ "compilerOptions": {
|
|
3
|
+ "target": "es5",
|
|
4
|
+ "lib": ["dom", "dom.iterable", "esnext"],
|
|
5
|
+ "allowJs": true,
|
|
6
|
+ "skipLibCheck": true,
|
|
7
|
+ "esModuleInterop": true,
|
|
8
|
+ "allowSyntheticDefaultImports": true,
|
|
9
|
+ "strict": true,
|
|
10
|
+ "forceConsistentCasingInFileNames": true,
|
|
11
|
+ "moduleResolution": "node",
|
|
12
|
+ "resolveJsonModule": true,
|
|
13
|
+ "isolatedModules": true,
|
|
14
|
+ "outDir": "dist"
|
16
|
15
|
}
|
|
16
|
+}
|