14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["node_modules/@types/*", "*"]
|
|
}
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|