{ "extends": ["//"], "tasks": { "lint": { }, "lint:fix": { }, "test": { "dependsOn": ["config-schema#build"] }, "typecheck": { }, "dev": { "dependsOn": ["database#build", "config-schema#build"], "persistent": true, "cache": false }, "build": { "dependsOn": ["^build"], "outputs": ["build/**"], "cache": true } } }