2023-03-08 05:33:13 -08:00
|
|
|
{
|
2023-08-01 08:32:43 -07:00
|
|
|
"extends": ["./tsconfig.json", "../../tsconfig.build.json"],
|
2023-03-08 05:33:13 -08:00
|
|
|
"compilerOptions": {
|
2023-09-29 04:26:06 -07:00
|
|
|
"outDir": "dist",
|
|
|
|
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
2023-03-08 05:33:13 -08:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"credentials/**/*.ts",
|
|
|
|
"nodes/**/*.ts",
|
|
|
|
"nodes/**/*.json",
|
2024-12-20 08:01:22 -08:00
|
|
|
"credentials/translations/**/*.json",
|
|
|
|
"types/**/*.ts"
|
2023-03-08 05:33:13 -08:00
|
|
|
],
|
2024-06-05 07:53:45 -07:00
|
|
|
"exclude": ["nodes/**/*.test.ts", "credentials/**/*.test.ts", "test/**"]
|
2023-03-08 05:33:13 -08:00
|
|
|
}
|