Built motion from commit (unavailable).|2.5.26
[motion2.git] / public / assets / plugins / angular-material-form-builder / jsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es2020",
4     "module": "es2020",
5     "moduleResolution": "classic",
6     "lib": ["dom", "es2020", "webworker"],
7     "allowSyntheticDefaultImports": true,
8     "allowUmdGlobalAccess": true,
9     "esModuleInterop": true,
10     "isolatedModules": true,
11     "baseUrl": "."
12   },
13   "lib": ["es2020", "node", "jest"],
14   "include": ["src", "test", "build-scripts", "test", "__mocks__"],
15   "typeAcquisition": {
16     "include": ["jest"]
17   }
18 }