mirror of
https://github.com/docmost/docmost.git
synced 2026-07-11 09:04:51 +10:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"extends": "../editor-ext/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|