mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
15 lines
342 B
JSON
15 lines
342 B
JSON
|
{
|
||
|
"extends": "../buildtools/tsconfig-base.json",
|
||
|
"include": [
|
||
|
"**/*",
|
||
|
"../app/server/declarations.d.ts",
|
||
|
"../app/server/declarations/**/*.d.ts",
|
||
|
"../stubs/app/server/declarations.d.ts",
|
||
|
"../stubs/app/server/declarations/**/*.d.ts"
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../app" },
|
||
|
{ "path": "../stubs/app" },
|
||
|
]
|
||
|
}
|