{
    "compilerOptions": {
        "target": "es5",
        "lib": ["dom", "dom.iterable", "esnext"],
        "allowJs": true,
        "skipLibCheck": true,
        "esModuleInterop": true,
        "allowSyntheticDefaultImports": true,
        "strict": true,
        "forceConsistentCasingInFileNames": true,
        "noFallthroughCasesInSwitch": true,
        "module": "esnext",
        "moduleResolution": "node",
        "resolveJsonModule": true,
        "downlevelIteration": true,
        "noEmit": true,
        "sourceMap": true,
        "declaration": true,
        "outDir": "typings"
    },
    "include": ["src"],
    "typedocOptions": {
        "name": "XYZT - The vector manipulation class",
        "entryPoints": ["./src/main.ts"],
        "includeVersion": true,
        "hideGenerator": true,
        "out": "./docs",
        "media": "./media",
        "gaID": "UA-161448779-1",
        "gitRemote": "https://github.com/hejny/xyzt"
    }
}
