aboutsummaryrefslogblamecommitdiffstats
path: root/packages/react-docs/tsconfig.json
blob: 76e2cd02788fb8a742dd9dc342cdff6738cfd4de (plain) (tree)
1
2
3
4
5
6
7
8


                                

                         
                       
                       
                                  



                                               
                             
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "src",
        "jsx": "react",
        "baseUrl": ".",
        "strictNullChecks": false,
        "paths": {
            "*": ["node_modules/@types/*", "*"]
        }
    },
    "include": ["./src/**/*"]
}