{
    "compilerOptions": {
        "allowImportingTsExtensions": true,
        "target": "esnext",
        "module": "esnext",
        "outDir": "./assets/build"
    },
    "files": [
        "./assets/app.ts",
    ],
    "paths": [
        "./vendor/twbs/bootstrap/dist",
        "./assets/**/*.ts"
    ]
}
