mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-22 20:00:39 +00:00
78062bb75c
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"extends" : "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2015",
|
|
"outDir": "dist/cjs",
|
|
"declarationDir": "dist/cjs",
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
}
|