DefinitelyTyped/types/moo/tsconfig.json
Nikita Litvin 3ad0e1d227 Add nearley 2.9 and moo 0.3 (#16937)
* Add definitions for nearley 2.9

* Add definitions for moo 0.3
2017-06-04 14:11:13 -07:00

24 lines
466 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"moo-tests.ts"
]
}