DefinitelyTyped/types/react-tracking/tsconfig.json
2017-09-26 11:44:05 +02:00

25 lines
600 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"jsx": "preserve"
},
"files": [
"index.d.ts",
"test/react-tracking-with-types-tests.tsx",
"test/react-tracking-without-types-tests.tsx"
]
}