chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist",
|
||||
"types": ["node"],
|
||||
"composite": true,
|
||||
"declaration": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../ui-markdoc/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../models-package/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../models-document/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../../packages/devkit/tsconfig.lib.json"
|
||||
}
|
||||
],
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user