{ "files": [ "index.d.ts", "test/index.ts", "test/tsx.tsx", "test/cssProperties.tsx", "test/elementAttributes.tsx", "test/managedAttributes.tsx", "test/hooks.tsx", "test/experimental.tsx" ], "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "jsx": "preserve" } }