Files
netris-nestri/packages/ui/tsconfig.json
2024-08-30 11:08:58 +03:00

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"]
}