blob: a306e821fdb8656b3c00d8c1349203aeb0098885 [file] [log] [blame]
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"noImplicitAny": false,
"strict": true
},
"files": [
"assert.ts",
"messages.ts",
"error-handler.ts",
"character.ts",
"token.ts",
"syntax.ts",
"scanner.ts",
"tokenizer.ts",
"nodes.ts",
"parser.ts",
"comment-handler.ts",
"xhtml-entities.ts",
"jsx-syntax.ts",
"jsx-nodes.ts",
"jsx-parser.ts",
"esprima.ts"
]
}