Clean up for typings-2.0

This commit is contained in:
Paul van Brenk
2016-08-16 16:20:29 -07:00
parent 0f6574598a
commit 145b71ff22
16 changed files with 180 additions and 115 deletions

20
react-flex/tsconfig.json Normal file
View File

@@ -0,0 +1,20 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve"
},
"files": [
"index.d.ts",
"react-flex-tests.tsx"
]
}