export declare const TSCONFIG_FILE = "{\n \"compilerOptions\": {\n \"jsx\": \"react-jsx\",\n \"module\": \"ESNext\",\n \"moduleResolution\": \"bundler\",\n \"esModuleInterop\": true,\n \"allowUmdGlobalAccess\": true,\n \"baseUrl\": \".\",\n \"skipLibCheck\": true,\n \"lib\": [\"ES2017\", \"DOM\"]\n },\n \"include\": [\n \"app/**/*.tsx\",\n \"global.d.ts\"\n ]\n}";