DefinitelyTyped/halogen/tsconfig.json
Vincent R dff6949f85 feat(halogen): definitions (#12791)
* feat(halogen): definitions

* chore(halogen): some correction + remove identical component tests

* chore(halogen): replace module by namespace
2016-11-20 04:35:07 -08:00

22 lines
454 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts"
],
"include": [
"halogen-*-loader-tests.tsx"
]
}