mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
46 lines
878 B
JSON
46 lines
878 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "packages/markdown-loader"
|
|
},
|
|
{
|
|
"path": "packages/goodwrites"
|
|
},
|
|
{
|
|
"path": "packages/goodwrites-latex"
|
|
},
|
|
{
|
|
"path": "packages/goodwrites-webpack-loader"
|
|
},
|
|
{
|
|
"path": "packages/goodwrites-viewer"
|
|
},
|
|
{
|
|
"path": "packages/goodwrites-cli"
|
|
},
|
|
{
|
|
"path": "articles"
|
|
},
|
|
{
|
|
"path": "profile"
|
|
}
|
|
]
|
|
}
|