Files
morten-olsen.github.io/tsconfig.json
Morten Olsen 3f5e941446 feat: init
2022-12-07 00:08:14 +01:00

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"
}
]
}