mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
a6b0d63afb
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }]
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |