mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"extends": "@nestri/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "tmp",
|
|
"rootDir": ".",
|
|
"allowImportingTsExtensions": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src", "./*.d.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|