mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"extends": "@nestri/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "./*.config.js", "./.eslintrc.js"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|