mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: init
This commit is contained in:
45
tsconfig.json
Normal file
45
tsconfig.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user