| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- {
 
-   "compilerOptions": {
 
-     "target": "esnext",
 
-     "module": "esnext",
 
-     "strict": true,
 
-     "jsx": "preserve",
 
-     "importHelpers": true,
 
-     "moduleResolution": "node",
 
-     "esModuleInterop": true,
 
-     "allowSyntheticDefaultImports": true,
 
-     "sourceMap": true,
 
-     "baseUrl": ".",
 
-     "types": [
 
-       "webpack-env"
 
-     ],
 
-     "paths": {
 
-       "/src/*": [
 
-         "src/*"
 
-       ],
 
-       "/osmd-extended/*": [
 
-         "osmd-extended/*"
 
-       ]
 
-     },
 
-     "lib": [
 
-       "esnext",
 
-       "dom",
 
-       "dom.iterable",
 
-       "scripthost"
 
-     ]
 
-   },
 
-   "include": [
 
-     "src/**/*.ts",
 
-     "src/**/*.tsx",
 
-     "src/**/*.vue",
 
-     "tests/**/*.ts",
 
-     "tests/**/*.tsx",
 
-     "osmd-extended/*.ts",
 
-   ],
 
-   "exclude": [
 
-     "node_modules"
 
-   ]
 
- }
 
 
  |