2024-04-23 15:29:38 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
/*"paths": {
|
|
|
|
|
"@factuges/shared": ["shared"]
|
|
|
|
|
},*/
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"resolveJsonModule": true
|
|
|
|
|
},
|
2024-06-09 20:04:46 +00:00
|
|
|
/*"references": [{ "path": "./shared/tsconfig.json" }],*/
|
|
|
|
|
"include": ["server/**/*.ts", "client/**/*.ts", "shared/**/*.ts"],
|
2024-04-23 15:29:38 +00:00
|
|
|
"exclude": ["**/node_modules"]
|
|
|
|
|
}
|