about summary refs log blame commit diff
path: root/users/Profpatsch/lyric/extension/tsconfig.json
blob: 44a5195795da9bcbb70d68423f473ccf08c03c0a (plain) (tree)





















                                
{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs",
        "lib": [
            "ES6"
        ],
        "outDir": "./out",
        "rootDir": "./src",
        "strict": true,
        "sourceMap": true,
        "esModuleInterop": true,
        "skipLibCheck": true
    },
    "include": [
        "src"
    ],
    "exclude": [
        "node_modules",
        ".vscode-test"
    ]
}