summaryrefslogtreecommitdiff
path: root/examples/gtk4/simple-bar/js/tsconfig.json
blob: 65b3abacd0768e0eaec1a58ca6ca4f29e5766a08 (plain)
1
2
3
4
5
6
7
8
{
    "compilerOptions": {
        "strict": true,
        "target": "ES2022",
        "module": "ES2022",
        "moduleResolution": "Bundler"
    }
}