mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
11 lines
210 B
JSON
11 lines
210 B
JSON
|
{
|
||
|
"extends" : "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"target": "ES2015",
|
||
|
"outDir": "dist/cjs",
|
||
|
"declarationDir": "dist/cjs",
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|