Revision 706d8b973a7f97514ce78cfbd5fc18dc1e4cf691 authored by Guillaume BILLEY on 22 November 2021, 09:40:14 UTC, committed by Guillaume BILLEY on 24 November 2021, 08:37:59 UTC
1 parent 0cea658
Raw File
jsconfig.json
{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs",
        "allowSyntheticDefaultImports": true
    },
    "exclude": ["src/build", "node_modules"]
}
back to top