blob: de87aa45bfa6460578b577564aed2fdcf1e8f1ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib/",
"jsx": "react",
"baseUrl": "./",
"paths": {
"*": ["node_modules/@types/*", "*"]
}
},
"include": ["./src/ts/**/*"]
}
|