summaryrefslogtreecommitdiff
path: root/cli/tests/module_graph/tsconfig_01.json
blob: f7496d47523ae51e1aca1fb9410ebb6fd67b3840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "strict": false,
    "noImplicitAny": false,
    "noImplicitThis": false,
    "alwaysStrict": false,
    "strictNullChecks": false,
    "strictFunctionTypes": true,
    "strictPropertyInitialization": false,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true
  }
}