DefinitelyTyped/parse-unit/tsconfig.json
Jack Works 81b60b07a3 New package: parse-unit
Signed-off-by: Jack Works <zjwpeter@gmail.com>
2017-02-20 12:46:38 +08:00

24 lines
479 B
JSON

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