mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
12 lines
307 B
JSON
12 lines
307 B
JSON
{
|
|
"___note___": "This config serves to build type declarations to allow import from src into functions",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./lib",
|
|
"baseUrl": ".",
|
|
"typeRoots": ["./node_modules/@types", "jest"],
|
|
"rootDir": "src"
|
|
}
|
|
}
|