2023-03-14 01:03:20 -07:00
{
2023-06-12 18:26:44 +10:00
"$schema" : "./node_modules/nx/schemas/nx-schema.json" ,
2026-01-17 09:31:12 +11:00
"defaultBase" : "v4" ,
"nxCloudId" : "6412c827e6da5d7b4a0b1fe3" ,
"useInferencePlugins" : false ,
2026-01-17 09:39:29 +11:00
"parallel" : 3 ,
2026-01-17 09:31:12 +11:00
"tui" : {
"enabled" : false
2023-03-17 00:49:50 -07:00
} ,
2023-03-14 01:03:20 -07:00
"namedInputs" : {
"globalBuildAffectingConfig" : [
"{workspaceRoot}/babel.config.js" ,
"{workspaceRoot}/rollup.config.js" ,
"{workspaceRoot}/rollup.config.ts" ,
"{workspaceRoot}/tsconfig.json" ,
2023-04-28 02:06:38 -07:00
"{workspaceRoot}/tsconfig.base.json" ,
"{workspaceRoot}/package.json"
2023-03-14 01:03:20 -07:00
] ,
"globalNonBuildAffectingConfig" : [
"{workspaceRoot}/.eslintrc" ,
"{workspaceRoot}/jest-preset.js"
] ,
2023-03-17 00:49:50 -07:00
"default" : [
"{projectRoot}/**/*" ,
"globalBuildAffectingConfig" ,
2023-04-13 00:13:40 -07:00
"globalNonBuildAffectingConfig" ,
"!{projectRoot}/**/*.md" ,
"!{projectRoot}/**/build/**/*"
2023-03-17 00:49:50 -07:00
] ,
2023-03-14 01:03:20 -07:00
"public" : [
"default" ,
"!{workspaceRoot}/.eslintrc" ,
"!{workspaceRoot}/jest-preset.js" ,
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)" ,
"!{projectRoot}/.eslintrc" ,
"!{projectRoot}/jest.config.js"
]
} ,
"targetDefaults" : {
"test:lib" : {
"outputs" : [ "{projectRoot}/coverage" ] ,
2026-01-17 09:31:12 +11:00
"inputs" : [ "default" , "^public" ] ,
"cache" : true
2023-03-17 00:49:50 -07:00
} ,
"test:eslint" : {
2026-01-17 09:31:12 +11:00
"inputs" : [ "default" , "^public" ] ,
"cache" : true
2023-03-17 00:49:50 -07:00
} ,
"test:types" : {
2023-03-31 23:55:31 -07:00
"outputs" : [
"{projectRoot}/build/**/*.d.ts" ,
"{projectRoot}/build/.tsbuildinfo"
] ,
2023-03-17 00:49:50 -07:00
"inputs" : [ "default" , "^public" ] ,
2026-01-17 09:31:12 +11:00
"dependsOn" : [ "^test:types" ] ,
"cache" : true
2023-03-17 00:49:50 -07:00
} ,
"build:types" : {
2023-03-31 23:55:31 -07:00
"outputs" : [
"{projectRoot}/build/**/*.d.ts" ,
"{projectRoot}/build/.tsbuildinfo"
] ,
2023-03-17 00:49:50 -07:00
"inputs" : [ "default" , "^public" ] ,
2026-01-17 09:31:12 +11:00
"dependsOn" : [ "^build:types" ] ,
"cache" : true
2023-03-17 00:49:50 -07:00
} ,
"test:build" : {
"dependsOn" : [ "build" ] ,
2026-01-17 09:31:12 +11:00
"inputs" : [ "^public" ] ,
"cache" : true
} ,
"build" : {
"cache" : true
} ,
"rollup" : {
"cache" : true
2023-03-14 01:03:20 -07:00
}
}
}