mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Initial config with a few files that build on client and server side.
This commit is contained in:
1
app/common/gristUrls.ts
Normal file
1
app/common/gristUrls.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type ProductFlavor = 'grist';
|
||||
6
app/common/tsconfig.json
Normal file
6
app/common/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../../buildtools/tsconfig-base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../build/app/common",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user