DefinitelyTyped/types/react-onsenui/tsconfig.json
2017-03-27 11:16:56 +02:00

25 lines
484 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"module": "commonjs",
"target": "es5",
"jsx": "react",
"experimentalDecorators": true,
"baseUrl": "../",
"typeRoots": [ "../" ],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"es6",
"dom"
],
"types": []
},
"files": [
"index.d.ts",
"react-onsenui-tests.tsx"
]
}