summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemapped/tsconfig.json
blob: 1a800b3d24534a54874d33a8b5bf803177cf3488 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "sourceMap": true,
    "experimentalDecorators": true
  },
  "include": [
    "fixtures/*/input.ts",
    "fixtures/*/src/*.ts"
  ]
}