mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
Adds `/blog` page with support for `.md` and `.mdx` files. What we learnt in setting this up will be packages in a package `@nestri/mdx` and used to set up the `/docs` and the `/terms` and `/privacy` routes
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "@nestri/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "tmp",
|
|
"rootDir": ".",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"files": [".eslintrc.cjs"],
|
|
"include": ["src", "./*.d.ts"]
|
|
}
|