{
  "compilerOptions": {
    "allowJs": true,
    "noEmit": true,
    "strict": true,
    "strictNullChecks": true,
    "target": "esnext",
    "jsx": "react",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "typeRoots" : ["./node_modules/magic-script-typings", "./node_modules/@types"]
  }
}
