14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"lib": ["DOM"],
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"noImplicitAny": false,
|
|
"jsx": "react",
|
|
},
|
|
"exclude": ["node_modules", "**/__tests__/**/*", "**/lib/**/*", "src/client"]
|
|
}
|