Skip to content
Snippets Groups Projects
jsconfig.json 167 B
Newer Older
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
{
    "compilerOptions": {
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
        "allowSyntheticDefaultImports": true,
        "experimentalDecorators": true
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
    },
    "exclude": [
        "node_modules"
    ]
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
}