mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-06-30 20:06:43 +02:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"packages/core/src/**/*.ts",
|
|
"packages/contracts/src/**/*.ts"
|
|
]
|
|
}
|