mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
10 lines
239 B
JSON
10 lines
239 B
JSON
{
|
|
"extends": "@nestri/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["src", "./*.config.js","./.eslintrc.js"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|