DefinitelyTyped/halogen/tsconfig.json

24 lines
557 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"test/clip-loader.tsx",
"test/fade-loader.tsx",
"test/pacman-loader.tsx",
"test/rotate-loader.tsx"
]
}