Files
DefinitelyTyped/radium/tsconfig.json

16 lines
352 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"experimentalDecorators": true,
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",
"radium-tests.tsx"
]
}